go/types.Scope.lookupIgnoringCase (method)

2 uses

	go/types (current package)
		call.go#L726: 						exps := pkg.scope.lookupIgnoringCase(sel, true)
		scope.go#L92: func (s *Scope) lookupIgnoringCase(name string, exported bool) []Object {